- Click Clone or Download and download the zip file
- Upzip the zip file and make a note of the folder in which it is located
Open RStudio and start a new script
Follow along by opening
r-geospatial-workshop-pt1-feb2018.htmlin a browser windowInstall required libraries in RStudio
install.packages(
c("sp","rgdal","tmap","classInt","RColorBrewer",
"ggplot2","leaflet", "ggmap"), dependencies=TRUE
)





